runtime.m.blocked (field)
8 uses
runtime (current package)
lock_futex.go#L169: gp.m.blocked = true
lock_futex.go#L174: gp.m.blocked = false
lock_futex.go#L192: gp.m.blocked = true
lock_futex.go#L197: gp.m.blocked = false
lock_futex.go#L211: gp.m.blocked = true
lock_futex.go#L216: gp.m.blocked = false
proc.go#L6393: print(" mallocing=", mp.mallocing, " throwing=", mp.throwing, " preemptoff=", mp.preemptoff, " locks=", mp.locks, " dying=", mp.dying, " spinning=", mp.spinning, " blocked=", mp.blocked, " lockedg=")
runtime2.go#L578: blocked bool // m is blocked on a note
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |